object IniExportDlg: TIniExportDlg Left = 299 Top = 125 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = ' Export options:' ClientHeight = 162 ClientWidth = 225 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 34 Top = 126 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 116 Top = 126 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 24 Top = 16 Width = 177 Height = 96 Caption = ' What do you want to export? ' TabOrder = 2 object ExportCaptureOnly: TRadioButton Left = 22 Top = 22 Width = 123 Height = 17 HelpContext = 685 Caption = 'Capture settings only' Checked = True TabOrder = 0 TabStop = True end object ExportHTMLOnly: TRadioButton Left = 22 Top = 44 Width = 115 Height = 17 HelpContext = 686 Caption = 'HTML settings only' TabOrder = 1 end object ExportAll: TRadioButton Left = 22 Top = 66 Width = 91 Height = 17 HelpContext = 687 Caption = 'All settings' TabOrder = 2 end end end